net.Resolver.internetAddrList (method)
6 uses
	net (current package)
		dial.go#L302: 	addrs, err := r.internetAddrList(ctx, afnet, addr)
		iprawsock.go#L90: 	addrs, err := DefaultResolver.internetAddrList(context.Background(), afnet, address)
		ipsock.go#L249: func (r *Resolver) internetAddrList(ctx context.Context, net, addr string) (addrList, error) {
		lookup.go#L241: 	addrs, err := r.internetAddrList(ctx, afnet, host)
		tcpsock.go#L92: 	addrs, err := DefaultResolver.internetAddrList(context.Background(), network, address)
		udpsock.go#L95: 	addrs, err := DefaultResolver.internetAddrList(context.Background(), network, address)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |